/* 导航栏属性设置 */
#internationalHeader {
    font: 14px -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;
    position: relative;
    z-index: 1000;
    margin: 0;
    padding: 0;
}
.international-header {
    min-width: 999px;
    min-height: 56px;
}
.international-header * {
    box-sizing: border-box;
}
.mini-header {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 56px;
}
.mini-header_content {
    padding: 10px 12px;
    line-height: 30px;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    white-space: nowrap;
}
/* 头部导航栏左侧 */
.nav-link .nav-link-ul {
    height: 36px;
    display: flex;
    align-items: center;
}
.nav-link .nav-link-ul .nav-link-item>a {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-shadow:0 1px 1px rgba(0,0,0,.3);
    line-height: 32px;
    display: flex;
}
.nav-link .nav-link-ul .nav-link-item>a>i {
    color: #fff;
    margin-right: 6px;
    font-size: 18px;
}
.nav-link-item {
    margin-right: 12px;
    height: 36px;
}
.nav-link-item>a {
    vertical-align:middle;
}
/* s11轮播图 */
.loc-mc-box {
    height:108px;
    position:relative;
    animation:locmoveclipslider 10s ease-out infinite ;
    animation-delay:4.5s;
    width: 54px;
}
.loc-mc-box>.p1 {
    margin: 0;
    color: #fff;
    position:absolute;
    left:0;
    top:0;
    line-height: 36px;
    text-align: center;
    width: 100%;
}
.loc-mc-box>img {
    position:absolute;
    left:0;
    top:36px;
    width:54px;
    height:36px;
    transform:translateZ(0);
}
.loc-mc-box>.p2 {
    margin: 0;
    color: #fff;
    position: absolute;
    left: 0;
    top:72px;
    line-height: 36px;
    text-align: center;
    width: 100%;
}
@keyframes locmoveclipslider {
  0% {
      transform: translateY(0px);
  }
  5% {
      transform: translateY(-36px);
  }
  50% {
      transform: translateY(-36px);
  }
  55% {
       transform: translateY(-74px);
  }
  100% {
      transform: translateY(-74px);
  }
}
/* 头部导航栏搜索框 */
.mini-header_content .nav-search-box {
    margin: 0 10px;
    width: 500px;
}
.nav-search-box .nav-search{
    position: relative;
}
.international-header .nav-search #nav-searchform {
    display: block;
    padding: 0 38px 0 16px;
    border: 1px solid hsla(0,0%,100%,0);
    border-radius: 2px;
    background-color: #fff;
}
.international-header .nav-search #nav-searchform>input {
    overflow: hidden;
    width: 100%;
    height: 34px;
    border: none;
    background-color: transparent;
    box-shadow: none;
    color: #999;
    font-size: 14px;
    line-height: 34px;
    outline: none;
}
.international-header .nav-search #nav-searchform .nav-search-btn {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    width: 48px;
    height: 36px;
    border: none;
    border-radius: 2px;
    background: #e7e7e7;
    line-height: 26px;
    cursor: pointer;
}
.international-header .nav-search #nav-searchform .nav-search-btn>a>img {
    width: 16px;
    height: 16.8px;
    position: absolute;
    top: 10px;
    right: 16px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    color: #505050;
    font-size: 16px;
    line-height: 20px;
 }
 /* 搜索框下拉菜单 */
 .suggest-wrap {
    display:none;
    width: 100%;
    min-width: 236px;
    max-height: 612px;
    overflow-y: auto;
    position: absolute;
    background: #fff;
    border: 1px solid #e6e9ee;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border-radius: 2px;
    padding: 16px 0;
    margin-top: 2px;
    font-family: PingFang SC,sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #212121;
    z-index: 100;
 }
 .international-header .header-search-suggest {
    width: 100%;
    z-index: 10000;
}
.suggest-wrap .suggestions {
    margin-top: -6px;
    margin-bottom: -6px;
}
.suggest-wrap .suggest-item {
    height: 32px;
    display: block;
    line-height: 32px;
    font-size: 14px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    padding: 0 16px;
    margin-bottom: 4px;
}
/* 得到焦点后下来菜单出现 */
.nav-search:focus-within .suggest-wrap{
    display: block;
}
 /* 搜索栏右侧 */
 .international-header .nav-user-center {
     display: flex;
 }
 .nav-user-center .user-con {
     display: flex;
     align-items: center;
 }
 .nav-user-center .user-con .items {
    position: relative;
    display: flex;
    margin-left: 12px;
    cursor: pointer;
 }
 .mini-avatar {
     width: 36px;
     height: 36px;
     border-radius: 50%;
     position: relative;
     margin-right: 10px;
 }
 .mini-avatar>img {
     width: 36px;
     height: 36px;
     border-radius: 50%;
 }
 .nav-user-center .tougao {
    cursor: pointer;
    position: relative;
    color: #fff;
    font-size: 14px;
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #fb7299;
    border-radius: 2px;
    margin-left: 14px;
 }
 /*标题栏下方图片*/
.bili-banner {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    min-height: 155px;
    height: 9.375vw;
    min-width: 999px;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
}
.bili-banner .animated-banner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.animated-banner>.layer {
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    justify-content: center
}
.taper-line {
    position: absolute;
    background: linear-gradient(rgba(0, 0, 0, 0.4),transparent);
    height: 100px;
    width: 100%;
}
.bililogo {
    position: relative;
    width: 1198px;
}
.bililogo>a {
    position: absolute;
    width: 220px;
    height: 50%;
    min-height: 60px;
    bottom: 10px;
    z-index: 1;
}
.bililogo>a>img {
    height: 100%;
}
/*下部导航条*/
.b-warp {
    width: 1198px;
    margin: 0 auto;
}
.primary-menu-itnl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    width: 100%;
}
.page-tab {
    display: flex;
    align-items: center;
}
.page-tab .con {
    display: flex;
    list-style: none;
}
.page-tab .con li {
    cursor: pointer;
    width: 50px;
    height: 68px;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    border: 1px solid #fff;
    border-radius: 16px;
    transition: all .3s;
}
/* 鼠标移上变色 */
.b-warp .primary-menu-itnl .page-tab .con li a:hover span {
    color: #73c9e5;
}
.page-tab .con li a .round {
    position: relative;
    width: 36px;
    height: 36px;
    background: #ff5c7c;
    border-radius: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 auto 4px;
}
.page-tab .con li .iconfont {
    color: #fff;
    font-size: 28px;
}
.page-tab .con li .round.yel {
    background: #fcba2a;
}
.page-tab .con li .round.orange {
    background: #ff716d;
}
.page-tab .con li .round.green {
    background: #6dc781;
}
.tab-line-itnl {
    display: inline-block;
    height: 46px;
    border-left: 1px solid #e7e7e7;
    margin: 0 8px;
}
.channel-menu-itnl {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 68px;
    flex: 1;
}
.channel-menu-itnl .item {
    cursor: pointer;
    display: flex;
    height: 34px;
}
.channel-menu-itnl .item .name {
     font-size: 14px;
     display: flex;
     align-items: center;
     white-space: nowrap;
}
.channel-menu-itnl .item .name span:hover {
    color:#73c9e5;
}
.channel-menu-itnl .item .name em {
    font-style: normal;
    font-size: 12px;
    display: inline-block;
    background: #73c9e5;
    border-radius: 2px;
    color: #fff;
    margin-left: 1px;
    transform: scale(.85);
    width: 32px;
    text-align: center;
}
.channel-menu-itnl .item .name i {
margin-right: 5px
}
.friendship-link {
    width: 220px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 68px;
}
.friendship-link .item {
    height: 34px;
    display: flex;
}
.friendship-link .item .name {
    font-size: 14px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.friendship-link .item .name .iconfont {
    color: #73c9e5;
}
/* 鼠标移入变色*/
.friendship-link .item .name:hover span {
    color: #73c9e5;
}
.friendship-link .item .name span {
    margin-left: 4px;
}
/* 下部导航条结束 */

/* 主要内容开始*/
.first-screen {
    width: 1198px;
    margin: 0 auto;
}
.space-between {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
}
.focus-carousel {
    position: relative;
    width: 550px;
    height: 242px;
    overflow: hidden;
}
.van-slide {
    width: 550px;
    height: 242px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.items-box {
    width: 3500px;
    height: 242px;
    animation: lunbotu 30s infinite linear;
}
/* 轮播图部分 */
@keyframes lunbotu {
    0%{
        transform: translateX(0);
    }
    15.7%{
        transform: translateX(0);
    }
    16.7%{
        transform: translateX(-550px);
    }
    32.4%{
        transform: translateX(-550px);
    }
    33.4%{
        transform: translateX(-1100px);
    }
    49.1% {
        transform: translateX(-1100px);
    }
    50.1% {
        transform: translateX(-1650px);
    }
    65.8% {
        transform: translateX(-1650px);
    }
    66.8% {
        transform: translateX(-2200px);
    }
    84.5% {
        transform: translateX(-2200px);
    }
    85.5% {
        transform: translateX(-2750px);
    }
    100% {
        transform: translateX(-2750px);
    }

}
.items-box>a {
    position: relative;
}
.items-box>a img {
    height: 100%;
    margin-left: -5px;
}
.items-box>a p {
    position: absolute;
    margin-top: -30px;
    color: #fff;
    font-size: 14px;
    z-index: 2;
}
.focus-carousel>a {
    position: absolute;
    z-index: 11;
    opacity: 0;
    transition: opacity .3s;
    bottom: 44px;
    right: 12px;
    font-size: 12px;
    padding: 4px 8px;
    background:rgba(0,0,0,.65);
    color: #fff;
    border-radius: 2px;
}
/* 鼠标移入轮播图出现更多 */
.focus-carousel:hover a {
    opacity: 1;
}
.focus-carousel .trigger {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 10;
}
.focus-carousel .trigger span {
    display: inline-block;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
    transition: all .2s;
}
.focus-carousel .trigger span:hover {
    background-color:#73c9e5;
    border-radius: 10px;
    border-color: #fff;
}
.items-box::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background-image: url("../Imgs/哔哩哔哩官网存储图片/阴影.png");
    border-radius: 0 0 2px 2px;
}
/* 轮播图结束 */

/* 轮播图右侧开始 */
.rcmd-box-warp {
    position: relative;
}
.rcmd-box-warp>.rcmd-box {
    width: 638px;
    display: flex;
    height: 242px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.rcmd-box-warp>.rcmd-box .video-card-reco {
    width: 206px;
    height: 116px;
    margin-bottom: 10px;
    position: relative;
}
.video-card-reco::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background-image: url("../Imgs/哔哩哔哩官网存储图片/阴影.png");
    background-size: contain;
    background-repeat: repeat-x;
    border-radius: 0 0 2px 2px;
}
.video-card-reco .info-box {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}
.video-card-reco .info-box::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity .2s;
}
.video-card-reco .info-box img {
    width: 100%;
    height: 100%;
}
.video-card-reco .info-box .info {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 50px;
    left: 0;
    transition: top .2s;
    padding: 26px 10px 10px;
}
.video-card-reco .info-box .info .title {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: wrap;
    font-weight: 500;
}
.video-card-reco .info-box .info .up,.video-card-reco .info-box .info .play{
    font-size: 12px;
    color: #e0e0e0;
    margin-bottom: 3px;
}
.video-card-reco .info-box .info .up i {
    vertical-align: middle;
    margin-right: 5px;
}
.video-card-reco .watch-later-video {
    position: absolute;
    z-index: 20;
    right: 8px;
    bottom: 8px;
    background-size: contain;
    width: 28px;
    height: 28px;
    background-image: url("../Imgs/哔哩哔哩官网存储图片/稍后观看.png");
    opacity: 0;
    transition: opacity .2s;
}
.video-card-reco:hover .info {
    background: rgba(0, 0, 0, 0.7);
    top: -25px;
    transition: top .3s;
    width: 206px;
    height: 150px;
}
.video-card-reco:hover .watch-later-video {
    opacity: 1;
}
.video-card-reco .watch-later-video .wi-tips {
    left: -21px;
    display: none;
    position: absolute;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    line-height: 18px;
    padding: 4px 8px;
    background-color: #000;
    background: rgba(0,0,0,.8);
    white-space: nowrap;
    top: -30px;
}
.video-card-reco .watch-later-video:hover .wi-tips {
    display: block;
}
/* 轮播图右侧结束 */

/* 换一换按钮 */
.rcmd-box-warp .change-btn {
    position: absolute;
    top: 0;
    right: -36px;
    width: 28px;
    height: 77px;
    border: 1px solid silver;
    border-radius: 2px;
    display: flex;
    flex-direction: column;  
    align-items: center;
    padding-top: 7px;
    line-height: 14px;
    cursor: pointer;
}
.rcmd-box-warp .change-btn i {
    margin-bottom: 4px;
}
.rcmd-box-warp .change-btn span {
    width: 12px;
    display: inline-block;
    font-size: 12px;
}
.rcmd-box-warp .change-btn:hover {
    background-color: gainsboro;
    transition: background-color .2s;
}
/* 换一换按钮结束 */

/* 推广部分开始 */
.extension {
    width: 854px;
}
.extension .storey-title {
    display: flex;
    align-items: center;
    height: 36px;
    justify-content: space-between;
    margin-bottom: 16px;
}
.storey-title .i-con {
    display: inline-flex;
}
.storey-title .i-con>span {
    cursor: default;
    margin: -2px 20px 0 0;
    vertical-align: bottom;
    font-size: 20px;
    line-height: 36px;
}
.storey-title .i-con .text-info {
    line-height: 36px;
    font-size: 12px;
}
.storey-title .i-con .text-info:hover a{
    color:#73c9e5;
    transition: color .3s;
}
/* 推广正文 */
.extension .ext-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.video-card-common {
    width: 206px;
    cursor:pointer;
}
.video-card-common .card-pic {
    position: relative;
    width: 100%;
    height: 116px;
}
.video-card-common .card-pic::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background-image: url("../Imgs/哔哩哔哩官网存储图片/阴影.png");
    background-size: contain;
    background-repeat: repeat-x;
    border-radius: 0 0 2px 2px;
}
.video-card-common .card-pic>a>img {
    height: 116px;
    width: 206px;
}
.video-card-common .ex-title {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 8px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    padding-right: 12px;
}
.video-card-common .ex-title .gg-icon {
    display: inline-block;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 8px;
    width: 30px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #b2b2b2;
    color: #b2b2b2;
    font-weight: 400;
}
.video-card-common .tebie {
    font-size: 12px;
    color: #999;
    line-height: 16px;
    align-items: center;
}
.video-card-common .card-pic>a:hover .tebie1,.video-card-common .tebie:hover {
    color:#73c9e5;
    transition: color .3s;
}
.video-card-common .watch-later-video .wi-tips {
    left: -21px;
    display: none;
    position: absolute;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    line-height: 18px;
    padding: 4px 8px;
    background-color: #000;
    background: rgba(0,0,0,.8);
    white-space: nowrap;
    top: -30px;
}
.video-card-common .watch-later-video:hover .wi-tips {
    display: block;
}
.video-card-common .watch-later-video {
    position: absolute;
    z-index: 20;
    right: 8px;
    bottom: 8px;
    background-size: contain;
    width: 28px;
    height: 28px;
    background-image: url("../Imgs/哔哩哔哩官网存储图片/稍后观看.png");
    opacity: 0;
    transition: opacity .2s;
}
.video-card-common .card-pic:hover .watch-later-video{
    opacity: 1;
}
/* 侧边广告栏 */
.bypb-window {
    width: 320px;
}
.bypb-window .online {
    display: flex;
    align-items:center;
    margin-top: 3px;
    margin-bottom: 19px;
    height: 30px;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    background:#f4f4f4;
    line-height: 30px;
}
.bypb-window .online a {
    flex: 1;
    font-size: 12px;
    text-align: center;
}
.bypb-window .online:hover a {
    color:#73c9e5;
    transition: color .3s;
}
.bypb-window>a {
    position: relative;
    display: block;
}
.bypb-window>a>img {
    width: 100%;
    border-radius: 2px;
}
.video-card-common .card-pic .count {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 6px 8px;
    justify-content: space-between;
    color: #fff;
    line-height: 16px;
    font-size: 12px;
}
.video-card-common .card-pic .count .left {
    display: flex;
    align-items: center;
}
.video-card-common .card-pic .count .left span {
    z-index: 2;
}
/* 第一大块结束 */

/* 第二大块开始 */
.storey-box .proxy-box {
    min-height: 500px;
}
.storey-box .proxy-box>a>img {
    width: 100%;
    height: 100%;
    margin-bottom: 46px;
}
/* 番剧部分 */
.storey-title .i-con .name:hover {
    color: #73c9e5;
    transition: color .2s;
}
.storey-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 36px;
    margin-bottom: 16px;
}
.storey-title .name {
    margin: 0 20px 0 0;
    vertical-align: middle;
    font-size: 20px;
    line-height: 36px;
}
.time-line .tab-switch {
    display: flex;
    margin-right: 4px;
}
.time-line .tab-switch .tab-switch-item:active {
    border-bottom: 1px solid #00a1d6;
    color: #00a1d6;
}
.time-line .tab-switch .tab-switch-item {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    margin-right: 24px;
    cursor: pointer;
}
.time-line .tl-link {
    position: relative;
    width: 112px;
    height: 30px;
    border:1px solid #00a1d6;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    padding: 0 0 0 14px;
    font-size: 14px;
    color: #00a1d6;
    display: flex;
    align-items: center;
    transition: all .2s;
    line-height: 16px;
}
.time-line .tl-link:hover {
    background: #00a1d6;
    color: #fff;
}
.time-line .zone-list-box {
    width: 854px;
    height: 376px;
    flex-wrap: wrap;
    align-content:flex-start;
    justify-content: flex-start;
    overflow: auto;
    display: flex;
}
.time-line-card {
    margin: 0 30px 24px 0;
    width: 227px;
    height: 70px;
    display: flex;
    justify-content: space-between;
}
.time-line-card .pic {
    margin-right: 12px;
}
.time-line-card .pic img {
    width: 70px;
    height: 70px;
    border-radius: 2px;
}
.time-line-card .txt {
    width: 152px;
    font-weight: 500;
}
.time-line-card .txt .ss {
    display: inline-block;
    font-size: 14px;
    height:37px;
    overflow: hidden;
    margin: 2px 0 12px;
}
.time-line-card .txt .ss:hover {
    color: #00a1d6;
    transition: color .3s;
}
.time-line-card .txt .s {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #00a1d6;
    font-size: 12px;
}
#content1,#content2,#content3,#content4,#content5,#content6,#content7,#content8 {
display: none;
}
#content1:target,#content2:target,#content3:target,#content4:target,#content5:target,#content6:target,#content7:target,#content8:target {
display: flex;
}
/* 排行榜开始 */
.r-con {
    width: 320px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.r-con .pgc-rank {
    width: 320px;
}
.rank-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    height: 36px;
    align-items: center;
}
.rank-header .name {
    display: inline-block;
    color: #212121;
    vertical-align: bottom;
    font-size: 20px;
    line-height: 28px;
}
.rank-header .more {
    display: flex;
    align-items: center;
    padding: 0 0 0 12px;
    width: 58px;
    height: 22px;
    border: 1px solid silver;
    border-radius: 2px;
    color: #505050;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    transition: all .2s;
}
.pgc-rank-warp {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}
.pgc-rank-warp .number {
    font-size: 14px;
    color: #999;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    background: #fff;
    border-radius: 2px;
}
.pgc-rank-warp .on {
    background: #00a1d6;
    color: #fff;
}
.pgc-rank-warp .txt {
    width: 290px;
    line-height: 20px;
    justify-content: space-between;
    display: flex;
}
.pgc-rank-warp .txt .title {
    width: 198px;
    font-size: 14px;
}
.pgc-rank-warp .txt .update {
    font-size: 12px;
    color: #999;
    text-align: right;
    min-width: 90px;
}
.pgc-rank-warp .txt .title:hover {
    color: #00a1d6;
}
.lunbotu2 {
    height: 110px;
    width: 320px;
}
.lunbotu2 .carousel {
    position: relative;
}
.van-slide>.item{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    animation: lunbotu2 20s linear infinite;
}
.van-slide .item::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    border-radius: 2px;
    background-image: url("../Imgs/哔哩哔哩官网存储图片/阴影.png");
    background-size: contain;
    content: "";
}
.van-slide .item .title {
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 12px;
    z-index: 3;
    display: flex;
    overflow: hidden;
    align-items: center;
    width: 70%;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
@keyframes lunbotu2 {
    0%{
        transform: translateX(0);
    }
    15%{
        transform: translateX(0);
    }
    30%{
        transform: translateX(-320px);
    }
    45% {
        transform: translateX(-320px);
    }
    60%{
        transform: translateX(-640px);
    }
    75% {
        transform: translateX(-640px);
    }
    90%{
        transform: translateX(-960px);
    }
    100%{
        transform: translateX(-960px);
    }
}
.lunbotu2 .carousel .trigger {
    position: absolute;
    right: 12px;
    bottom: 10px;
    z-index: 10;
}
.lunbotu2 .carousel .trigger span {
    display: inline-block;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
    transition: all .2s;
}
.lunbotu2 .carousel .trigger span:hover {
    background-color:#73c9e5;
    border-radius: 10px;
    border-color: #fff;
}
/* 番剧部分结束 */

/* 浮动栏开始 */
.elevator {
    margin-left: 1380px;
    position: fixed;
    z-index: 10;
}
.elevator .ear {
    position: absolute;
    top: -15px;
    font-size: 20px;
    left: 17px;
    z-index: 2;
}
.elevator .list-box {
    padding-top: 6px;
    position: relative;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    z-index: 2;
}
.elevator .list-box .item {
    width: 54px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    transition: all .2s;
    user-select: none;
    background: #fff;
    font-size: 12px;
}
.elevator .list-box .item:hover {
    background: #00a1d6;
    color: #fff;
}
/* 底部栏 */
.internation-footer {
    font: 12px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    position: relative;
    margin: 0;
    background-color: #f6f9fa;
    padding: 30px 0;
    min-width: 999px;
}
.internation-footer .link-box {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    width: 1160px;
    margin: 0 auto;
}
.internation-footer .link-box .footer-left {
    flex: 4;
    display: flex;
    justify-content: space-between;
}
.internation-footer .link-box .link-item {
    flex: 2;
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #eee;
}
.internation-footer .link-box .link-item .bt {
    font-size: 16px;
    color: #999;
    display: block;
    height: 20px;
    margin-bottom: 20px;
}
.internation-footer .link-box .link-item ul {
    height: 110px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.internation-footer .link-box .link-item ul a {
    display: inline-block;
    margin-bottom: 7px;
    width: 50%;
    height: 20px;
    cursor: pointer;
}
.internation-footer .link-box .link-item ul a:hover {
    color: #00a1d6;
    transition: color .2s;
}
.internation-footer .link-box .footer-right {
    flex: 1;
    display: flex;
    align-items: center;
}
.internation-footer .link-box .footer-right .link-c {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.internation-footer .link-box .footer-right .link-c .a-wraper {
    flex: 1;
    display: flex;
    min-width: 70px;
    justify-content: center;
    align-items: center;
}
.internation-footer .link-box .footer-right .link-c .a-wraper .bilibiliapp{
    position: relative;
    display: inline-block;
    text-align: center;
    color: #212121;
}
.internation-footer .link-box .link-item.link-c a p{
    margin-top: 10px;
    color: #212121;
    height: 20px;
    transition: color 0.2s;
}
.internation-footer .link-box .link-item.link-c a:hover p {
    color: #00a1d6;
    transition: color .2s;
}
.internation-footer .link-box .link-c a .qrcode {
    display: none;
    z-index: 4;
    position: absolute;
    top: -125px;
    left: -25px;
    width: 117px;
    height: 117px;
    background: #fff;
    border: 1px solid #eee;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../Imgs/哔哩哔哩官网存储图片/二维码1.png");
}
.internation-footer .link-box .link-c a:hover .qrcode {
    display: block;
}
.internation-footer .link-box .link-c a .erweima {
    background-image: url("../Imgs/哔哩哔哩官网存储图片/二维码2.gif");
    width: 241px;
    left: -185px;
    height: 143px;
    top: -151px;
}
.internation-footer .link-box .link-c a:hover .erweima {
   display: block;
}
.internation-footer .partner {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    padding-top: 30px;
    color: #999;
}
.internation-footer .partner .pic-box {
    width: 100px;
    margin-right: 20px;
}
.internation-footer .partner .pic-box .pic {
    width: 96px;
    height: 75px;
}
.internation-footer .partner p {
    line-height: 24px;
    margin: 0;
}
.internation-footer .partner span {
    margin-right: 15px;
    display: inline-block;
}
/* 固定帮助栏 */
.content-help {
    position: fixed;
    z-index: 101;
    left: 0;
    top: calc(50% - 30px);
    margin-top: -36px;
    width: 28px;
    height: 72px;
    transition: all .3s;
    font-size: 12px;
    color: #505050;
    background: #fff;
    border: 1px solid #e7e7e7;
    box-shadow: 0 6px 10px 0 #e7e7e7;
    border-radius: 0 2px 2px 0;
    padding: 8px 7px;
    line-height: 14px;
}